home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-10 | 562 b | 23 lines | [TEXT/CWIE] |
- /*
- ** File: Networking.h
- **
- ** Written by: Bill Hayden
- ** Nikol Software
- **
- ** Copyright © 1995 Nikol Software
- ** All rights reserved.
- **
- */
-
-
-
-
- OSErr DoBuildZoneList(ListHandle listHndl);
- OSErr HiliteUserZone(ListHandle listHndl);
- OSErr OldStyleGetMyZone(StringPtr str);
- OSErr AddPPCNBPAlias(NamesTableEntry *theNTE, Str32 newNBPType, EntityName *newEntity);
- OSErr RemoveNBPAlias(EntityPtr theEntity);
-
- OSErr MakeTarget(AEAddressDesc *target, short replyMode,
- Str255 prompt, Str255 applListLabel,
- PPCFilterUPP portFilter, char *theLocNBPType);